eFolder Request and Retrieve
🚧 Page Under Construction 🚧
We are still working on fully documenting this feature. While some documentation may still be listed below it may be incomplete, erroneous, and subject to change.Features
Automate requesting and retrieving eFolder documents through business rules. This tool utilizes the same process you'd normally use for document request and retrieval but allows for this to be performed in an automated way to help streamline your process and save your user's time!
caution
If you are using a 3rd party service to request and retrieve documents, this tool may not work properly. This tool is designed to work with the standard Encompass eFolder request and retrieve processes and 3rd party services that override or change the standard functionality may cause this tool to not work properly.
Setup​
Enable eFolder Request and Retrieve​
- In Encompass
- Click on the Settings Menu
- Expand the Community Menu
- Click on PluginManagement
- Select the eFolderButtons plugin from the dropdown menu
- Specified access will control what users get get to take advantage of this tool. All Access is typical for this tool
Create CX.EFOLDER.REQUEST Field​
The custom field should be a String format with a suitable length to fit the size of your document placeholder name(s) list that you will be requesting.
Create CX.EFOLDER.RETRIEVE Field​
The custom field should be a String format with a suitable length to fit the size of your document placeholder name(s) that you will be retrieving.
Usage​
Requesting eFolder Documents​
- Once you have enabled and configured the eFolder Request and Retrieve plugin,
- Create a new field trigger or any other event you want to trigger the document request from
- The triggering event should set the CX.EFOLDER.REQUEST field to the name of the document placeholder(s) you want to request, with each document separated by a comma for example:
Borrower Authorization to Release Information,Paystubs,W2
- Once the field is set to a valid list of documents, the eFolder Request window will open and the documents will be listed and checked for the request to be completed.
Retrieving eFolder Documents​
- Once you have enabled and configured the eFolder Request and Retrieve plugin,
- Create a new field trigger or any other event you want to trigger the document retrieval from
- The triggering event should set the CX.EFOLDER.RETRIEVE field to the name of the document placeholder(s) you want to retrieve, with each document separated by a comma for example:
Borrower Authorization to Release Information,Paystubs,W2
- Once the field is set to a valid list of documents, the eFolder Retrieve window will open and the documents will be listed and checked for the retrieval to be completed.